home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / tox.readme < prev   
Encoding:
Text File  |  2000-11-02  |  1.1 KB  |  27 lines

  1. Short:    Tokenizer for XML
  2. Author:   ekoeppen@40Hz.org (Eckhart Koeppen)
  3. Uploader: haubi@geocities.com (Stefan Haubenthal)
  4. Version:  0.1
  5. Type:     dev/c
  6.  
  7. Tox is a simple tokenizer for XML data written in C.  Its main part is a
  8. finite state machine (FSM) that covers most of the basic states needed to
  9. parse XML data.  The main design goal is to minize code size and RAM usage.
  10. Tox can be configured to handle different character types such as unsigned
  11. char or unsigned short.  It is not a fully functional XML parser yet,
  12. handling of UTF-8 input, DTD processing and validation is missing.
  13.  
  14.  
  15. ============================= Archive contents =============================
  16.  
  17. Original  Packed Ratio    Date     Time    Name
  18. -------- ------- ----- --------- --------  -------------
  19.      495     229 53.7% 23-Sep-00 17:25:44 +cflow.txt
  20.     2197     973 55.7% 23-Sep-00 11:58:34 +main.c
  21.    12252    5670 53.7% 23-Sep-00 12:00:26 +tox
  22.    16740    3040 81.8% 23-Sep-00 11:58:26 +tox.c
  23.     3966    1360 65.7% 23-Sep-00 11:58:20 +tox.h
  24.     4861    1852 61.9% 23-Sep-00 11:58:08 +tox.html
  25. -------- ------- ----- --------- --------
  26.    40511   13124 67.6% 01-Oct-100 23:13:08   6 files
  27.